home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / nt / source.exe / POSIX / BSDPSX / VFORK.C < prev   
Encoding:
Text File  |  1992-07-02  |  38 b   |  5 lines

  1. int vfork()
  2. {
  3.     return (fork());
  4. }
  5.